home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / GL / flight / light.h < prev    next >
Text File  |  1994-08-01  |  2KB  |  71 lines

  1. /*
  2.  * Copyright 1984-1991, 1992, 1993, 1994, Silicon Graphics, Inc.
  3.  * All Rights Reserved.
  4.  *
  5.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6.  * the contents of this file may not be disclosed to third parties, copied or
  7.  * duplicated in any form, in whole or in part, without the prior written
  8.  * permission of Silicon Graphics, Inc.
  9.  *
  10.  * RESTRICTED RIGHTS LEGEND:
  11.  * Use, duplication or disclosure by the Government is subject to restrictions
  12.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  14.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  15.  * rights reserved under the Copyright Laws of the United States.
  16.  */
  17.  
  18. /*
  19.  *  light.h
  20.  */
  21.  
  22. #define ON    1
  23. #define OFF    0
  24.  
  25. /*
  26.  *  materials
  27.  */
  28. #define MAT_SWAMP     1
  29. #define MAT_PLANE     2
  30. #define MAT_DIRT     3
  31. #define MAT_GRAY0     4
  32. #define MAT_GRAY1     5
  33. #define MAT_GRAY2     6
  34. #define MAT_GRAY3     7
  35. #define MAT_GRAY4     8
  36. #define MAT_GRAY5     9
  37. #define MAT_GRAY6    10
  38. #define MAT_GRAY7    11
  39. #define MAT_GRAY8    12
  40. #define MAT_GRAY9    13
  41. #define MAT_GRAY10    14
  42. #define MAT_GRAY11    15
  43. #define MAT_GRAY12    16
  44. #define MAT_THRUSTER    17
  45. #define MAT_GLASS    18
  46. #define MAT_PROP    19
  47. #define MAT_BORANGE    20
  48. #define MAT_BLIME    21
  49. #define MAT_BTAN    22
  50. #define MAT_BGRAY    23
  51. #define MAT_PURPLE    24
  52. #define MAT_LPURPLE    25
  53. #define MAT_MTRAIL    26
  54.  
  55. #define MAT_F14BLACK    50
  56. #define MAT_F14YELLOW    51
  57. #define MAT_WHITE    52
  58.  
  59. /*
  60.  *  lights
  61.  */
  62. #define SUN        1
  63. #define MOON        2
  64. #define INST_LIGHT    3
  65.  
  66. /*
  67.  *  lighting models
  68.  */
  69. #define INFINITE    1
  70.  
  71.